Skip to content

Conversation

@Harshit-7373
Copy link
Contributor

@Harshit-7373 Harshit-7373 commented Feb 8, 2025

File Changes Not Reflecting in Docker Container #3246

  1. Updating the docker-compose.yml file helped solve the issue.

  2. We need to use :cached option in the volume configuration.

Github - Harshit-7373

Fixes #3246

Changes:

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123

File Changes Not Reflecting in Docker Container processing#3246

1. Updating the docker-compose.yml file helped solve the issue.

2. We need to use :cached option in the volume configuration.

Github - Harshit-7373
@raclim
Copy link
Collaborator

raclim commented Feb 11, 2025

Thanks for giving this a shot!

Another pull request linked to this issue also tries this solution, but I'm not sure if it's a full resolution since it seems like adding the :cached flag is no longer needed as it's already set as a default in Docker Desktop 2.4.0.

I'm sorry I probably should've updated the original issue with this information—I'll add that in, but meanwhile please feel free to continue looking into it!

@raclim raclim closed this Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

File Changes Not Reflecting in Docker Container

2 participants